;
;	This file contains the character profession attributes, the idea being that a
;	character has a certain set of skills and a current profession. The character
;	is represented by his profession: if he is acting as a general, he will get
;	represented as a general of a strat_model dictated by his combat skills.
;
;	This file gets parsed on application startup but is not otherwise referred to.
;	The data format is thus:
;
;	;						indicates a comment ;-)
;
;	type					indicates a new character type
;
;								must be followed by id name string (phrase)
;
;	faction					indicates one or more factions which use the following
;								strat_model descriptions, valid entries are these:
;
;								seleucid, pontus, scythia, macedon,saba
;								numidia, romans_julii, egypt, parthia, carthage, gauls,
;								germans, britons, romans_scipii, dacia, greek_cities, romans_brutii,
;								armenia, spain, thrace, slave
;
;								if a given faction is not present in a given character
;								type listing, that faction cannot use characters of that
;								type - so not all factions have access to all character
;								professions
;
;	dictionary				specifies dictionary entry for character type name
;
;								note that there is one dictionary entry per type per
;								faction set, allowing different names for the same
;								character type - ie a diplomat barabarian could be a
;								'chieftain', while a roman might be a 'legatus'
;
;	strat_model				model to represent the character on the strategy map
;
;	battle_model			model to represent the character on the battle map (optional)
;	battle_equip			equipment character has on the battle field must be followed by a  weapon type,
;							(not missile weapon type) and armour type
;
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
starting_action_points	80

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
type			named character

actions			moving_normal, moving_quickmarch, garrison, assault, attack, besiege, entrench, ambush, diplomacy, bribe, exchange, building_fort, building_watchtower
wage_base		200

faction			britons
dictionary		2
strat_model		ebstrat_casse_general
battle_model	ebofficer_celtic_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			gauls
dictionary		2
strat_model		ebstrat_aedui_general
battle_model	ebofficer_celtic_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			scythia
dictionary		15
strat_model		ebstrat_arverni_general
battle_model	ebofficer_celtic_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			germans
dictionary		2
strat_model		ebstrat_sweboz_general
battle_model	ebofficer_sweboz_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			dacia
dictionary		2
strat_model		ebstrat_getai_general
battle_model	ebofficer_getai_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			spain
dictionary		2
strat_model		ebstrat_lusotannan_general
battle_model	ebofficer_lusitanian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			egypt
dictionary		1
strat_model		ebstrat_karthadastim_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			saba
dictionary		15
strat_model		ebstrat_saba_general
battle_model	ebofficer_saba_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			carthage
dictionary		2
strat_model		ebstrat_pontos_general
battle_model	ebofficer_pontos_hayasdan_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			romans_scipii
dictionary		2
strat_model		ebstrat_hayasdan_general
battle_model	ebofficer_pontos_hayasdan_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			parthia
dictionary		2
strat_model		ebstrat_pahlava_general
battle_model	ebofficer_steppe_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			armenia
dictionary		2
strat_model		ebstrat_sauromatae_general
battle_model	ebofficer_steppe_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			pontus
dictionary		15
strat_model		ebstrat_saka_general
battle_model	ebofficer_steppe_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			romans_julii
dictionary		2
strat_model		ebstrat_seleukid_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			romans_brutii
dictionary		2
strat_model		ebstrat_baktria_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			numidia
dictionary		2
strat_model		ebstrat_ptolemaioi_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			greek_cities
dictionary		2
strat_model		ebstrat_greek_general
battle_model	ebofficer_greek_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			macedon
dictionary		2
strat_model		ebstrat_makedonia_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			thrace
dictionary		2
strat_model		ebstrat_epeiros_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			seleucid
dictionary		15
strat_model		ebstrat_romani_general
battle_model	ebofficer_roman_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			slave
dictionary		2
strat_model		ebstrat_eleutheroi_general
battle_model	ebofficer_rebel_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
type			general

actions	moving_normal, moving_quickmarch, garrison, assault, attack, besiege, entrench, ambush, exchange
wage_base		0

faction			britons
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_briton_lesser_general
battle_model	ebofficer_celtic_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			gauls
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_aedui_lesser_general
battle_model	ebofficer_celtic_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			scythia
dictionary		15
strat_card		data/ui/roman/portraits/captain_card_julii.tga
strat_model		sm_arverni_lesser_general
battle_model	ebofficer_celtic_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			germans
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_german_lesser_general
battle_model	ebofficer_sweboz_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			dacia
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_getai_lesser_general
battle_model	ebofficer_getai_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			spain
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		ebstrat_lusotannan_captain
battle_model	ebofficer_lusitanian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			egypt
dictionary		1
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_tsorim_lesser_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			saba
dictionary		15
strat_card		data/ui/roman/portraits/captain_card_julii.tga
strat_model		sm_sabaean_lesser_general
battle_model	ebofficer_saba_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			carthage
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		ebstrat_pontos_captain
battle_model	ebofficer_pontos_hayasdan_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			romans_scipii
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		ebstrat_hayasdan_captain
battle_model	ebofficer_pontos_hayasdan_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			parthia
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_parthia_lesser_general
battle_model	ebofficer_steppe_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			armenia
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_sarmatian_lesser_general
battle_model	ebofficer_steppe_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			pontus
dictionary		15
strat_card		data/ui/roman/portraits/captain_card_julii.tga
strat_model		sm_yuezhi_lesser_general
battle_model	ebofficer_steppe_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			romans_julii
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		ebstrat_seleukid_captain
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			romans_brutii
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_baktrian_lesser_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			numidia
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		ebstrat_ptolemaioi_captain
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			greek_cities
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		ebstrat_greek_captain
battle_model	ebofficer_greek_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			macedon
dictionary		2
strat_card		data/ui/barbarian/portraits/captain_card_gaul.tga
strat_model		ebstrat_makedonia_captain
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			thrace
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_epirus_lesser_general
battle_model	ebofficer_hellenic_carthaginian_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			seleucid
dictionary		15
strat_card		data/ui/roman/portraits/captain_card_julii.tga
strat_model		sm_rome_lesser_general
battle_model	ebofficer_roman_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

faction			slave
dictionary		2
strat_card		data/ui/barbarian/agents/card_general_celt.tga
strat_model		sm_rebel_lesser_general
battle_model	ebofficer_rebel_general
battle_equip	gladius, chainmail shirt helmet and rectangular shield

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

type			spy

actions			moving_normal, spying
wage_base		100

faction			seleucid
dictionary		15
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			pontus
dictionary		15
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			scythia
dictionary		15
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			saba
dictionary		15
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			macedon
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			numidia
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			romans_julii
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			egypt
dictionary		1
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			parthia
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			carthage
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			gauls
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			germans
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			britons
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			romans_scipii
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			dacia
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			greek_cities
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			romans_brutii
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			armenia
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			spain
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			thrace
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

faction			slave
dictionary		2
strat_card		data/ui/roman/agents/card_spy.tga
strat_model		spy

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


type			assassin

actions			moving_normal, assassinate, sabotage
wage_base		200

faction			seleucid
dictionary		15
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			pontus
dictionary		15
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			scythia
dictionary		15
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			saba
dictionary		15
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			macedon
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			numidia
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			romans_julii
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			egypt
dictionary		1
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			parthia
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			carthage
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			gauls
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			germans
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			britons
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			romans_scipii
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			dacia
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			greek_cities
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			romans_brutii
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			armenia
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			spain
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			thrace
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin

faction			slave
dictionary		2
strat_card		data/ui/roman/agents/card_assassin.tga
strat_model		assassin
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


type			diplomat

actions			moving_normal, diplomacy, bribe
wage_base		50

faction			seleucid
dictionary		15
strat_card		data/ui/roman/agents/card_diplo_rome.tga
strat_model		diplomat

faction			pontus
dictionary		15
strat_card		data/ui/roman/agents/card_diplo_rome.tga
strat_model		diplomat

faction			scythia
dictionary		15
strat_card		data/ui/roman/agents/card_diplo_rome.tga
strat_model		diplomat

faction			saba
dictionary		15
strat_card		data/ui/roman/agents/card_diplo_rome.tga
strat_model		diplomat

faction			macedon
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			numidia
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			romans_julii
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			egypt
dictionary		1
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			parthia
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			carthage
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			gauls
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			germans
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			britons
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			romans_scipii
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			dacia
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			greek_cities
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			romans_brutii
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			armenia
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			spain
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			thrace
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat

faction			slave
dictionary		2
strat_card		data/ui/barbarian/agents/card_diplo_barb.tga
strat_model		diplomat
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

type			admiral

actions			moving_normal, quick_sail, blockade, disembark, exchange
wage_base		50

faction			seleucid
dictionary		15
strat_card		data/ui/roman/agents/temp_admiral.tga
strat_model		julii_admiral

faction			pontus
dictionary		15
strat_card		data/ui/roman/agents/temp_admiral.tga
strat_model		brutii_admiral

faction			scythia
dictionary		15
strat_card		data/ui/roman/agents/temp_admiral.tga
strat_model		scipii_admiral

faction			saba
dictionary		15
strat_card		data/ui/roman/agents/temp_admiral.tga
strat_model		senate_admiral

faction			macedon
dictionary		2
strat_card		data/ui/greek/agents/temp_admiral.tga
strat_model		macedon_admiral

faction			numidia
dictionary		2
strat_card		data/ui/egyptian/agents/temp_admiral.tga
strat_model		egypt_admiral

faction			romans_julii
dictionary		2
strat_card		data/ui/greek/agents/temp_admiral.tga
strat_model		seleucid_admiral

faction			egypt
dictionary		1
strat_card		data/ui/carthaginian/agents/temp_admiral.tga
strat_model		carthage_admiral

faction			parthia
dictionary		2
strat_card		data/ui/eastern/agents/temp_admiral.tga
strat_model		parthia_admiral

faction			carthage
dictionary		2
strat_card		data/ui/eastern/agents/temp_admiral.tga
strat_model		pontus_admiral

faction			gauls
dictionary		2
strat_card		data/ui/barbarian/agents/temp_admiral.tga
strat_model		gaul_admiral

faction			germans
dictionary		2
strat_card		data/ui/barbarian/agents/temp_admiral.tga
strat_model		german_admiral

faction			britons
dictionary		2
strat_card		data/ui/barbarian/agents/temp_admiral.tga
strat_model		briton_admiral

faction			romans_scipii
dictionary		2
strat_card		data/ui/eastern/agents/temp_admiral.tga
strat_model		armenia_admiral

faction			dacia
dictionary		2
strat_card		data/ui/barbarian/agents/temp_admiral.tga
strat_model		dacia_admiral

faction			greek_cities
dictionary		2
strat_card		data/ui/greek/agents/temp_admiral.tga
strat_model		greek_cities_admiral

faction			romans_brutii
dictionary		2
strat_card		data/ui/egyptian/agents/temp_admiral.tga
strat_model		numidia_admiral

faction			armenia
dictionary		2
strat_card		data/ui/barbarian/agents/temp_admiral.tga
strat_model		scythia_admiral

faction			spain
dictionary		2
strat_card		data/ui/barbarian/agents/temp_admiral.tga
strat_model		spain_admiral

faction			thrace
dictionary		2
strat_card		data/ui/greek/agents/temp_admiral.tga
strat_model		thrace_admiral

faction			slave
dictionary		2
strat_card		data/ui/roman/agents/temp_admiral.tga
strat_model		slave_admiral
